home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / shared.dir / 00210.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  222 b   |  11 lines

  1. on checkAddressState
  2.   global addressGiverFlag, mystore
  3.   if addressGiverFlag = 1 then
  4.     set mystore to the text of cast "storeLocation"
  5.     set addressGiverFlag to 0
  6.     return mystore
  7.   else
  8.     nothing()
  9.   end if
  10. end
  11.